Spread for ASP.NET 11 Product Documentation
ItemPropertyEventArgs<T> Constructor


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ItemPropertyEventArgs<T> Class : ItemPropertyEventArgs<T> Constructor
An object value that indicates the item.
Name of the property.
Specifies how the item changed
Initializes a new instance of the ItemEventArgs<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal item As T, _
   ByVal propertyName As String, _
   ByVal type As ItemChangedType _
)
'Usage
 
Dim item As T
Dim propertyName As String
Dim type As ItemChangedType
 
Dim instance As New ItemPropertyEventArgs(Of T)(item, propertyName, type)
public ItemPropertyEventArgs<T>( 
   T item,
   string propertyName,
   ItemChangedType type
)

Parameters

item
An object value that indicates the item.
propertyName
Name of the property.
type
Specifies how the item changed
See Also

Reference

ItemPropertyEventArgs<T> Class
ItemPropertyEventArgs<T> Members